Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Oct 29, 2016
1 parent 55ba8f6 commit bce6f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ private static CtField<?> getDeclareddOrInheritedField(CtType<?> type, String fi
CtType<?> st;
try {
st = str.getTypeDeclaration();
} catch(Throwable e) {
} catch (Throwable e) {
Launcher.LOGGER.error("cannot determine runtime type for (" + type.getQualifiedName() + ")", e);
return null;
}
Expand Down

0 comments on commit bce6f14

Please sign in to comment.