Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a07f6e2

Browse files
committed
fix file formatting
1 parent 739e199 commit a07f6e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/connectivity/ios/Classes/ConnectivityPlugin.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ - (NSString*)convertCLAuthorizationStatusToString:(CLAuthorizationStatus)status
155155
case kCLAuthorizationStatusAuthorizedWhenInUse: {
156156
return @"authorizedWhenInUse";
157157
}
158-
default: { return @"unknown"; }
158+
default: {
159+
return @"unknown";
160+
}
159161
}
160162
}
161163

0 commit comments

Comments
 (0)