Skip to content

Commit

Permalink
Code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jun 22, 2017
1 parent c4e8721 commit 4cbd66b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ public static void serializeAndDeserializeUAA() throws IOException, ClassNotFoun
if (!(o instanceof UserAgentAnalyzerTester)) {
throw new IOException("This shouldn't happen...");
}
uaa = (UserAgentAnalyzerTester)o;
uaa = (UserAgentAnalyzerTester) o;
} finally {
if (in != null) {
in.close();
Expand Down

0 comments on commit 4cbd66b

Please sign in to comment.