Spacing fix

This commit is contained in:
Robert Rowe
2023-05-25 19:47:32 -07:00
parent bcb5674676
commit fb727a169f
+1 -1
View File
@@ -2,7 +2,7 @@ require "json"
class MRuby::Toolchain::Android
DEFAULT_ARCH = 'armeabi-v7a ' # TODO : Revise if arch should have a default
DEFAULT_ARCH = 'armeabi-v7a' # TODO : Revise if arch should have a default
DEFAULT_TOOLCHAIN = :clang