Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed May 15, 2023
1 parent ac325c8 commit 2d3090c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzing/src/main/java/fuzzing/BundleFuzzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public static void fuzzerTestOneInput(FuzzedDataProvider data) {
} else {
BundleVerifier.findMissingFields(string);
}
} catch (BundleParseException e) {
} catch (IllegalArgumentException e) {
} catch (BundleParseException | IllegalArgumentException e) {
// Known exception
}
}
}

0 comments on commit 2d3090c

Please sign in to comment.