Skip to content

Commit 0c07900

Browse files
committed
refactor(theme): Remove extra newline in Theme.kt
Removes an unnecessary blank line in the `Theme.kt` file to improve code style.
1 parent 01c3ba5 commit 0c07900

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/com/thecompany/consultme/ui/theme

1 file changed

+1
-0
lines changed

app/src/main/java/com/thecompany/consultme/ui/theme/Theme.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fun ConsultMeTheme(
4747
}
4848

4949
darkTheme -> DarkColorScheme
50+
5051
else -> LightColorScheme
5152
}
5253

0 commit comments

Comments
 (0)