Spring cleaning: remove unnecessary semicolon

This commit is contained in:
Sam Brannen
2024-02-23 11:57:34 +01:00
parent 5ae6c0e8ca
commit 9c610d9a70

View File

@@ -472,6 +472,6 @@ class SelectionAndProjectionTests {
record NumberWrapper(Number value) {
};
}
}