File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ void OnEnable()
142142 {
143143 secretText = secretText [ ..^ 1 ] ;
144144 }
145- numberGameButtonGO . GetComponent < Button > ( ) . onClick . AddListener ( ( ) => OnNumberGameButtonClicked ( ) ) ;
145+ numberGameButtonGO
146+ . GetComponent < Button > ( )
147+ . onClick . AddListener ( ( ) => OnNumberGameButtonClicked ( ) ) ;
146148 ASAButtonGO . GetComponent < Button > ( ) . onClick . AddListener ( ( ) => OnASAButtonClicked ( ) ) ;
147149
148150 acceptButtonGO . GetComponent < Button > ( ) . onClick . AddListener ( ( ) => AcceptConsent ( ) ) ;
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ void OnEnable()
186186 // Reset all title animations at enable
187187 ResetTextSizeInTitleAnimation ( ) ;
188188 StopTitleAnimation ( ) ;
189-
189+
190190 // Set proper game objects active and establish button behavior
191191 newTaskButtonGO
192192 . GetComponent < Button > ( )
@@ -294,7 +294,7 @@ void OnEnable()
294294 bool hasUnderstanding = understanding != null ;
295295 bool hasCommentAccuracy = ! string . IsNullOrEmpty ( comment_accuracy ) ;
296296 bool hasCommentUnderstanding = ! string . IsNullOrEmpty ( comment_understanding ) ;
297-
297+
298298 // Only send proceed if correct fields are filled, error drop-down otherwise
299299 bool isValid =
300300 ( hasAccuracy && hasUnderstanding )
You can’t perform that action at this time.
0 commit comments