Skip to content

Commit 0442bb0

Browse files
committed
style: apply formatting from rust 1.89.0
1 parent 8cf7993 commit 0442bb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data_state.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ pub enum CanMakeProgress {
3333
/// Used to indicate that it is still possible for progress to be made
3434
AbleToMakeProgress,
3535

36-
/// Used to indicate that further calls are not useful as no progress can be made in current state
36+
/// Used to indicate that further calls are not useful as no progress can be
37+
/// made in current state
3738
UnableToMakeProgress,
3839
}
3940

0 commit comments

Comments
 (0)