diff --git a/app/lib/screens/study/report/sections/t_test.dart b/app/lib/screens/study/report/sections/t_test.dart index e0eff4b78..ca03af130 100644 --- a/app/lib/screens/study/report/sections/t_test.dart +++ b/app/lib/screens/study/report/sections/t_test.dart @@ -63,8 +63,7 @@ class TTest { } } } - throw Exception( - "Degrees of Freedom not found in CSV file."); + throw Exception("Degrees of Freedom not found in CSV file."); } // Method to check if the result is significant based on alpha level 0.05