Skip to content

Commit

Permalink
Fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Aug 24, 2024
1 parent 94116f8 commit 3b28432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
MessageTypePatch = MessageType(50)
MessageTypeCopy = MessageType(51)
MessageTypeGool = MessageType(52)
MessageTypePutV2 = MessageType(53)
MessageTypePutV2 = MessageType(53)

DecryptMessage = RequestEncryption(1)
NoDecryptMessage = RequestEncryption(0)
Expand Down

0 comments on commit 3b28432

Please sign in to comment.