Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: DBlanchard88 <davidblanchard88@gmail.com>
  • Loading branch information
DBlanchard88 committed Oct 6, 2023
1 parent 6a43772 commit cf4aadb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public void simpleDoubleResolving() throws Exception {
@Test
public void fetchIntegerAsDouble() throws Exception {
// given

final Map<String, FeatureFlag> flagMap = new HashMap<>();
flagMap.put("doubleFlag", DOUBLE_FLAG);

Expand All @@ -138,7 +137,6 @@ public void fetchIntegerAsDouble() throws Exception {
@Test
public void fetchDoubleAsInt() throws Exception {
// given

final Map<String, FeatureFlag> flagMap = new HashMap<>();
flagMap.put("integerFlag", INT_FLAG);

Expand Down

0 comments on commit cf4aadb

Please sign in to comment.