Skip to content

Commit d8061cf

Browse files
須藤将史須藤将史
authored andcommitted
modify format
1 parent 827b262 commit d8061cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/StudyplusSDKDemo/StudyplusSDKDemo/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ - (IBAction)resetStopwatch:(id)sender {
9595
}
9696

9797
- (void)updateElapsedSeconds {
98-
self.elapsedSecondsLabel.text = [NSString stringWithFormat:@"%d", [[self studyplus].stopwatch elapsedSeconds]];
98+
self.elapsedSecondsLabel.text = [NSString stringWithFormat:@"%lu", (unsigned long)[[self studyplus].stopwatch elapsedSeconds]];
9999
}
100100

101101
- (void)updateIsConnected {

0 commit comments

Comments
 (0)