Skip to content

Commit acbec02

Browse files
committed
fix whitespace issue
1 parent 0d44760 commit acbec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RMActionController/RMActionController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ - (void)setupTopContainerElements {
302302

303303
//Debugging Accessibility Labels
304304
#ifdef DEBUG
305-
self.topContainer.accessibilityLabel = @"TopContainer ";
305+
self.topContainer.accessibilityLabel = @"TopContainer";
306306
#endif
307307
}
308308

0 commit comments

Comments
 (0)