Skip to content

Commit

Permalink
identation of github is insane
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayer committed Feb 26, 2021
1 parent 0c59c1b commit 4ad165d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ protected Number extractFloat() throws ParseException {

return Double.parseDouble(xs);

} catch(Exception e) {
throw new ParseException(pos, ERROR_UNEXPECTED_TOKEN, xs );
}
} catch(Exception e){
throw new ParseException(pos, ERROR_UNEXPECTED_TOKEN, xs);
}
}

/**
Expand Down

0 comments on commit 4ad165d

Please sign in to comment.