Skip to content

Commit 757eb0d

Browse files
Lint fixes
PiperOrigin-RevId: 853424509
1 parent 477a52e commit 757eb0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/storage/javatests/androidx/test/services/storage/TestStorageTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ public void writeInternalFile() throws IOException {
122122

123123
private static boolean isSystemUser() {
124124

125-
UserManager um =
126-
((UserManager) getApplicationContext().getSystemService(Context.USER_SERVICE));
127-
return um.isSystemUser();
125+
UserManager um = ((UserManager) getApplicationContext().getSystemService(Context.USER_SERVICE));
126+
return um.isSystemUser();
128127
}
129128

130129
@Test

0 commit comments

Comments
 (0)