Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 10, 2022
1 parent 5683f28 commit 1e35d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-android-ndk/build.gradle.kts
Expand Up @@ -31,7 +31,7 @@ android {
cmake {
arguments.add(0, "-DANDROID_STL=c++_static")
arguments.add(0, "-DSENTRY_NATIVE_SRC=$sentryNativeSrc")
arguments.add(0, "-DSENTRY_SDK_NAME="+sentryAndroidSdkName)
arguments.add(0, "-DSENTRY_SDK_NAME=" + sentryAndroidSdkName)
}
}

Expand Down

0 comments on commit 1e35d42

Please sign in to comment.