Skip to content

Commit 3697e3d

Browse files
refactor: fix indentation in getDevInternalSettings function
1 parent ff3d757 commit 3697e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/src/main/java/com/facebook/react/devsupport/DevInternalSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import com.mendix.mendixnative.util.ReflectionUtils
77
fun getDevInternalSettings(activity: MendixReactActivity): DeveloperSettings? =
88
(activity.currentDevSupportManager as? DevSupportManagerBase)?.let {
99
return ReflectionUtils.getField<DeveloperSettings>(it, "mDevSettings")
10-
}
10+
}

0 commit comments

Comments
 (0)