Skip to content

Commit

Permalink
fix: Missing LF at the end of critical files
Browse files Browse the repository at this point in the history
  • Loading branch information
OtaK committed Nov 8, 2023
1 parent b8ad86b commit f812e17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ CREATE TABLE proteus_identities (
CREATE TABLE proteus_sessions (
id VARCHAR(255) UNIQUE,
session BLOB
);
);
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE mls_groups ADD COLUMN parent_id BLOB;
ALTER TABLE mls_pending_groups ADD COLUMN parent_id BLOB;
ALTER TABLE mls_pending_groups ADD COLUMN parent_id BLOB;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE e2ei_enrollment (
id VARCHAR(255) UNIQUE,
content BLOB
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ CREATE TABLE mls_psk_bundles (
CREATE TABLE mls_keypackages (
keypackage_ref BLOB,
keypackage BLOB
);
);

0 comments on commit f812e17

Please sign in to comment.