Skip to content

Commit b1064ad

Browse files
committed
style: fix formatting using clang-format
1 parent 1308678 commit b1064ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/maths/AreaOfPolygon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public static void main(String[] args) {
3737
double[] y = {0, 0, 4, 4};
3838
System.out.println("Area: " + area(x, y)); // Should print 16.0
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)