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

Commit a30ab49

Browse files
Formatting code
1 parent 0e0f69e commit a30ab49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.Api/Git/GitBranch.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ public bool Equals(GitBranch other)
6464

6565
public override string ToString()
6666
{
67-
var s = Tracking ?? "[NULL]";
68-
return $"{Name} Tracking? {s}";
67+
return $"{Name} Tracking? {Tracking ?? "[NULL]"}";
6968
}
7069
}
7170
}

0 commit comments

Comments
 (0)