Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
  • Loading branch information
matt-ramotar committed Jun 12, 2024
1 parent 3e13bda commit 44449b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion store-cache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ kotlin {

android {
namespace = "org.mobilenativefoundation.store.cache"
}
}
2 changes: 1 addition & 1 deletion store-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ kotlin {

android {
namespace = "org.mobilenativefoundation.store.core"
}
}
2 changes: 1 addition & 1 deletion store-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ kotlin {

android {
namespace = "org.mobilenativefoundation.store.store5"
}
}
2 changes: 1 addition & 1 deletion store-rx2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dependencies {

android {
namespace = "org.mobilenativefoundation.store.rx2"
}
}

0 comments on commit 44449b6

Please sign in to comment.