Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jainv4156 committed Mar 5, 2025
1 parent 52a2e62 commit c837599
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class ExplorationTestActivityPresenter @Inject constructor(
is AsyncResult.Success -> {
oppiaLogger.d(TAG_EXPLORATION_TEST_ACTIVITY, "Successfully loaded exploration")
activity.intent.decorateWithUserProfileId(
ProfileId.newBuilder().setInternalId(INTERNAL_PROFILE_ID).build())
ProfileId.newBuilder().setInternalId(INTERNAL_PROFILE_ID).build()
)
routeToExplorationListener.routeToExploration(
CLASSROOM_ID,
TOPIC_ID,
Expand Down

0 comments on commit c837599

Please sign in to comment.