Skip to content

Commit

Permalink
style: format source accordingly to guides & conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Nov 18, 2023
1 parent 7b70652 commit 78ae9d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
version : 2
updates :
- package-ecosystem : "maven"
directory : "/" # Location of package manifests
schedule :
interval : "weekly"
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ management :
metrics :
export :
step : 20s
enabled: true
enabled : true
zipkin :
tracing :
endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}
Expand Down Expand Up @@ -97,7 +97,7 @@ server :
port : ${SERVER_PORT:8080}
shutdown : graceful
forward-headers-strategy : framework
tomcat:
tomcat :
redirect-context-root : false

embedded :
Expand Down

0 comments on commit 78ae9d7

Please sign in to comment.