Skip to content

Commit f5d0880

Browse files
committed
Remove unnecessary new line
1 parent 366629b commit f5d0880

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Program.cs

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ private static void setNewPresence()
109109
}
110110
string status = new StringBuilder($"v{titleParts[0].Split(' ')[1]}").AppendFormat(", {0}, {1}", titleParts[1], titleParts[2]).ToString();
111111

112-
113112
client.SetPresence(new RichPresence
114113
{
115114
Details = Regex.Split(titleParts[3], "\\s+")[1],

0 commit comments

Comments
 (0)