Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c29492c

Browse files
Fixing spacing issue
1 parent efc90b6 commit c29492c

File tree

1 file changed

+1
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ private void MaybeUpdateData()
191191

192192
if (Repository != null)
193193
{
194-
if(!hasRunMaybeUpdateDataWithRepository || currentBranchAndRemoteHasUpdate)
194+
if (!hasRunMaybeUpdateDataWithRepository || currentBranchAndRemoteHasUpdate)
195195
{
196196
hasRunMaybeUpdateDataWithRepository = true;
197197

0 commit comments

Comments
 (0)