Skip to content

Commit

Permalink
apply ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedKhalifa7 committed Jan 13, 2025
1 parent b727cea commit f6f72d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_calculate_square_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_very_small_float_side(self):
Test the function with a very small float side length.
"""
self.assertEqual(calculate_square_area(0.00000005), 2.4999999999999996e-15)

def test_large_side(self):
"""
Test the function with a very large side length.
Expand Down

0 comments on commit f6f72d7

Please sign in to comment.