newline cleanup

This commit is contained in:
Jazz Turner-Baggs 2025-07-04 13:36:36 -07:00
parent 7b6c81f1bf
commit 90b3154c12
No known key found for this signature in database
8 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
nimble install nimlangserver
nimble install nimlangserver

View File

@ -1 +1 @@
switch("path", "$projectDir/../src")
switch("path", "$projectDir/../src")

View File

@ -6,4 +6,4 @@ message ContentFrame {
uint32 domain = 1;
uint32 tag = 2;
bytes bytes = 3;
}
}

View File

@ -22,5 +22,3 @@ message Ecies {
bytes ephemeral_pubkey = 2;
bytes tag = 3;
}

View File

@ -13,4 +13,4 @@ message UmbraEnvelopeV1 {
uint64 salt = 2;
bytes payload = 5;
}
}

View File

@ -9,4 +9,4 @@ message InboxV1Frame {
oneof frame_type {
invite.InvitePrivateV1 invite_private_v1 = 10;
}
}
}

View File

@ -4,4 +4,4 @@ package umbra.invite;
message InvitePrivateV1 {
repeated string participants = 1;
}
}

View File

@ -1,2 +1,2 @@
sudo apt-get update
sudo apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler