Skip to content

Commit 6697d38

Browse files
authored
Fix linter
1 parent d9b92a7 commit 6697d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
set(FBJNI_AAR_URL https://repo1.maven.org/maven2/com/facebook/fbjni/fbjni/${FBJNI_VERSION}/fbjni-${FBJNI_VERSION}.aar)
2828
set(FBJNI_DOWNLOAD_PATH ${CMAKE_CURRENT_BINARY_DIR}/third-party/fbjni/fbjni.aar)
2929

30-
if (NOT EXISTS "${FBJNI_DOWNLOAD_PATH}")
30+
if(NOT EXISTS "${FBJNI_DOWNLOAD_PATH}")
3131
file(DOWNLOAD "${FBJNI_AAR_URL}" "${FBJNI_DOWNLOAD_PATH}")
3232
endif()
3333

0 commit comments

Comments
 (0)