Skip to content

Commit 5fc62ec

Browse files
fix: formatting
1 parent f7d39b6 commit 5fc62ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/timer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:strlog/src/interface.dart';
77
abstract interface class Timer {
88
/// Stops timer and outputs a log record containing a [message] and the measured time between
99
/// the [Interface.startTimer] call and this [stop] call.
10-
///
10+
///
1111
/// An optional [level] can be specified to control the output log level, and
1212
/// additional [fields] can be added to provide extra context in the log record.
1313
void stop(String message, {Level? level, Iterable<Field>? fields});

0 commit comments

Comments
 (0)