Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
msevcenko authored Dec 11, 2023
1 parent 9cb957a commit afcd75f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ public void testSubClassSerialization() {
BarDynamic<?> deserialized = gson.fromJson(gson.toJson(bar), BarDynamic.class);
assertThat(deserialized.getFoo().getText()).isEqualTo("foo!");
}
}
}

0 comments on commit afcd75f

Please sign in to comment.