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

@@ -18,4 +18,4 @@
<AppenderRef ref="Console"/>
</Root>
</Loggers>
</Configuration>
</Configuration>

View File

@@ -11,4 +11,4 @@
<jsr107:mbeans enable-statistics="true"/>
</cache>
</config>
</config>

View File

@@ -4,4 +4,4 @@ CREATE TABLE PERSON (
last_name varchar(255) not null
);
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');

View File

@@ -2,4 +2,4 @@
<body>
<h1>Hello World!</h1>
</body>
</html>
</html>

View File

@@ -2,4 +2,4 @@
<body>
<h1>Hello World!</h1>
</body>
</html>
</html>

View File

@@ -1 +1 @@
DROP ALL OBJECTS;
DROP ALL OBJECTS;

View File

@@ -14,4 +14,4 @@ insert into note_tags(notes_id, tags_id) values (1, 3)
insert into note_tags(notes_id, tags_id) values (2, 3)
insert into note_tags(notes_id, tags_id) values (3, 3)
insert into note_tags(notes_id, tags_id) values (4, 2)
insert into note_tags(notes_id, tags_id) values (4, 3)
insert into note_tags(notes_id, tags_id) values (4, 3)

View File

@@ -1 +1 @@
hello: Bonjour
hello: Bonjour

View File

@@ -4,4 +4,4 @@ name: Phil
spring:
profiles: goodbye,dev
name: Everyone
name: Everyone

View File

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

View File

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

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>

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>

View File

@@ -23,4 +23,4 @@
<xs:element name="LastName" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
</xs:schema>