Skip to content

Commit d30bd95

Browse files
committed
Fix up comment spacing
1 parent a26e68e commit d30bd95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xr/src/main/java/com/example/xr/arcore/Anchors.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fun configureAnchoring(session: Session) {
3636
)
3737
when (val result = session.configure(newConfig)) {
3838
is SessionConfigureConfigurationNotSupported ->
39-
TODO(/* Some combinations of configurations are not valid. Handle this failure case.*/)
39+
TODO(/* Some combinations of configurations are not valid. Handle this failure case. */)
4040
is SessionConfigurePermissionsNotGranted ->
4141
TODO(/* The required permissions in result.permissions have not been granted. */)
4242
is SessionConfigureSuccess -> TODO(/* Success! */)

xr/src/main/java/com/example/xr/arcore/Hands.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fun ComponentActivity.configureSession(session: Session) {
3939
)
4040
when (val result = session.configure(newConfig)) {
4141
is SessionConfigureConfigurationNotSupported ->
42-
TODO(/* Some combinations of configurations are not valid. Handle this failure case.*/)
42+
TODO(/* Some combinations of configurations are not valid. Handle this failure case. */)
4343
is SessionConfigurePermissionsNotGranted ->
4444
TODO(/* The required permissions in result.permissions have not been granted. */)
4545
is SessionConfigureSuccess -> TODO(/* Success! */)

xr/src/main/java/com/example/xr/arcore/Planes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fun configurePlaneTracking(session: Session) {
3333
)
3434
when (val result = session.configure(newConfig)) {
3535
is SessionConfigureConfigurationNotSupported ->
36-
TODO(/* Some combinations of configurations are not valid. Handle this failure case.*/)
36+
TODO(/* Some combinations of configurations are not valid. Handle this failure case. */)
3737
is SessionConfigurePermissionsNotGranted ->
3838
TODO(/* The required permissions in result.permissions have not been granted. */)
3939
is SessionConfigureSuccess -> TODO(/* Success! */)

0 commit comments

Comments
 (0)