Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix allignment
  • Loading branch information
akrambek committed Sep 23, 2024
commit 5eceee10a3865f87533f54624aeb147c2420ca65
2 changes: 1 addition & 1 deletion runtime/binding-kafka/src/main/zilla/protocol.idl
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ scope protocol
{
int16 error;
string16 message = null;
uint8 type;
uint8 type;
string16 name;
Comment on lines +748 to +751

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
int16 error;
string16 message = null;
uint8 type;
string16 name;
int16 error;
string16 message = null;
uint8 type;
string16 name;

}
}
Expand Down