Skip to content

Commit 646f4c8

Browse files
committed
Formatting.
1 parent 16deb14 commit 646f4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeJam.Main/InitDispose.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static IDisposable Create([NotNull] Action<bool> initDisposeAction)
8181
Code.NotNull(initDisposeAction, nameof(initDisposeAction));
8282

8383
initDisposeAction(true);
84-
return Disposable.Create<bool>(initDisposeAction, false);
84+
return Disposable.Create(initDisposeAction, false);
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)