Skip to content

Commit ecdd625

Browse files
committed
Resolve formatting issue.
1 parent 6171269 commit ecdd625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/src/main/java/org/readium/r2/testapp/reader/ReaderActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ open class ReaderActivity : AppCompatActivity() {
153153

154154
private fun showOutlineFragment() {
155155
val outlineFragment = supportFragmentManager.findFragmentByTag(OUTLINE_FRAGMENT_TAG)
156-
if(outlineFragment == null) {
156+
if (outlineFragment == null) {
157157
supportFragmentManager.commit {
158158
add(
159159
R.id.activity_container,

0 commit comments

Comments
 (0)