Skip to content

Commit b7bd4e6

Browse files
committed
Correct Kdoc formatting
1 parent 70e0674 commit b7bd4e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/src/main/java/org/oppia/android/app/topic/lessons/TopicLessonsFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ class TopicLessonsFragment :
146146
topicLessonsFragmentPresenter.selectChapterSummary(storyId, explorationId, chapterPlayState)
147147
}
148148

149-
/** Returns the [currentExpandedChapterListIndex] stored in the fragment */
149+
/** Returns the [currentExpandedChapterListIndex] stored in the fragment. */
150150
fun getCurrentExpandedChapterListIndex(): Int? {
151151
return currentExpandedChapterListIndex
152152
}
153153

154-
/** Returns the [isDefaultStoryExpanded] stored in the fragment */
154+
/** Returns the [isDefaultStoryExpanded] stored in the fragment. */
155155
fun getIsDefaultStoryExpanded(): Boolean {
156156
return isDefaultStoryExpanded
157157
}

scripts/src/java/org/oppia/android/scripts/common/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ genrule(
105105
name = "_sdk_info_properties",
106106
srcs = [],
107107
outs = ["sdk_info.properties"],
108-
cmd =
109-
"""
108+
cmd = """
110109
echo build_sdk_version={0} > \"$@\"
111110
echo build_tools_version={1} >> \"$@\"
112111
""".format(BUILD_SDK_VERSION, BUILD_TOOLS_VERSION),

0 commit comments

Comments
 (0)