Polish resource files to all end with a new line

This commit is contained in:
Phillip Webb
2019-06-03 23:48:43 -07:00
parent 3cee783d7b
commit 32068c21a3
91 changed files with 91 additions and 80 deletions

View File

@@ -1,3 +1,3 @@
insert into users (username, password, enabled) values ('user', 'user', true);
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');

View File

@@ -7,4 +7,4 @@ create table users (
create table authorities (
username varchar(256),
authority varchar(256)
);
);

View File

@@ -31,4 +31,4 @@
</div>
</div>
</body>
</html>
</html>