Skip to content

Commit ee842f5

Browse files
committed
Remove not needed code
1 parent db6fadf commit ee842f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/model/clock/clock_tool_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ClockToolController extends Notifier<ClockState> {
6464
);
6565
}
6666

67-
// Emergency threshold is set to 10% of the total time.
67+
// Emergency threshold is set to 10% of the total time
6868
Duration _calculateEmergencyThreshold(Duration initialTime) {
6969
return Duration(milliseconds: (initialTime.inMilliseconds * 0.1).round());
7070
}

0 commit comments

Comments
 (0)