Skip to content

Commit 81bc751

Browse files
committed
fix failing linter
Signed-off-by: nyagamunene <[email protected]>
1 parent 9632e74 commit 81bc751

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

auth/pat.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ var operationToString = map[Operation]string{
122122
ClientConnectToChannelOp: "client_connect_to_channel",
123123
ClientDisconnectFromChannelOp: "client_disconnect_from_channel",
124124
// Channel operations
125-
ChannelCreateOp: "channel_create",
126-
ChannelListOp: "channel_list",
127-
ChannelViewOp: "channel_view",
128-
ChannelUpdateOp: "channel_update",
129-
ChannelUpdateTagsOp: "channel_update_tags",
130-
ChannelEnableOp: "channel_enable",
131-
ChannelDisableOp: "channel_disable",
125+
ChannelCreateOp: "channel_create",
126+
ChannelListOp: "channel_list",
127+
ChannelViewOp: "channel_view",
128+
ChannelUpdateOp: "channel_update",
129+
ChannelUpdateTagsOp: "channel_update_tags",
130+
ChannelEnableOp: "channel_enable",
131+
ChannelDisableOp: "channel_disable",
132132
ChannelDeleteOp: "channel_delete",
133133
ChannelSetParentGroupOp: "channel_set_parent_group",
134134
ChannelRemoveParentGroupOp: "channel_remove_parent_group",

0 commit comments

Comments
 (0)