add newlines at end of files

This commit is contained in:
Adrian Maghear 2020-11-28 23:44:06 +01:00
parent e67b1f95a8
commit b6ff723533
7 changed files with 7 additions and 7 deletions

View File

@ -50,4 +50,4 @@ class BooksClientIntegrationTest {
new Book("Foundation", "Isaac Asimov"))));
}
}
}

View File

@ -62,4 +62,4 @@ class LoadBalancerBooksClientIntegrationTest {
new Book("Dune", "Frank Herbert"),
new Book("Foundation", "Isaac Asimov"))));
}
}
}

View File

@ -49,4 +49,4 @@ class ServiceDiscoveryBooksClientIntegrationTest {
books.stream().findFirst().get());
}
}
}

View File

@ -1,3 +1,3 @@
spring:
application:
name: books-service
name: books-service

View File

@ -8,4 +8,4 @@ books-service:
eureka:
client:
enabled: false
enabled: false