Skip to content

Commit bb01474

Browse files
Robert McNeesBuzzardo
authored andcommitted
Removed whitespace
1 parent b714c37 commit bb01474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete/src/main/resources/schema-all.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ CREATE TABLE people (
44
person_id BIGINT IDENTITY NOT NULL PRIMARY KEY,
55
first_name VARCHAR(20),
66
last_name VARCHAR(20)
7-
);
7+
);

initial/src/main/resources/schema-all.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ CREATE TABLE people (
44
person_id BIGINT IDENTITY NOT NULL PRIMARY KEY,
55
first_name VARCHAR(20),
66
last_name VARCHAR(20)
7-
);
7+
);

0 commit comments

Comments
 (0)