Skip to content

Commit aca6cc3

Browse files
committed
Spotless apply
1 parent 703637d commit aca6cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xr/src/main/java/com/example/xr/runtime/Session.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ fun Activity.createSession() {
4343
TODO(/* A different unhandled exception was thrown. */)
4444
}
4545
// [END androidxr_session_create]
46-
}
46+
}

xr/src/main/java/com/example/xr/scenecore/Environments.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private class Environments(val session: Session) {
5252
// when the activity has the SPATIAL_CAPABILITY_APP_ENVIRONMENT capability.
5353
// Then, any listeners specified using addOnSpatialEnvironmentChangedListener
5454
// will be notified.
55-
}
55+
}
5656
// [END androidxr_scenecore_environment_setEnvironmentPreference]
5757
}
5858

0 commit comments

Comments
 (0)