Explorar o código

fixes formatting problem

devmil %!s(int64=4) %!d(string=hai) anos
pai
achega
c2251292aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/frontend/input_behavior_default.dart

+ 1 - 1
lib/frontend/input_behavior_default.dart

@@ -54,7 +54,7 @@ class InputBehaviorDefault extends InputBehavior {
     //this is a hack to bypass some race condition in the input system
     //we just take the last rune if there are more than one as it sometimes
     //happens that the last value is still part of the new value
-    if(inputText.runes.length > 1) {
+    if (inputText.runes.length > 1) {
       inputText = String.fromCharCode(inputText.runes.last);
     }