Skip to content

Commit

Permalink
Issue GoogleCloudPlatform#231 - new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Aug 25, 2016
1 parent 75f37b8 commit 0c55fd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public void run() {
LOG.error(String.format("A CommonsLogging Error Event: %d", rand.nextInt()),
new RuntimeException("Generic Error"));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public void run() {
LOG.log(Level.SEVERE, String.format("A JUL Severe Event: %d", rand.nextInt()),
new RuntimeException("Generic Error"));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public void run() {
LOG.error(String.format("A Log4j Error Event: %d", rand.nextInt()),
new RuntimeException("Generic Error"));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public void run() {
LOG.error(String.format("A Slf4j Error Event: %d", rand.nextInt()),
new RuntimeException("Generic Error"));
}
}
}

0 comments on commit 0c55fd7

Please sign in to comment.