Skip to content

Commit 8fd78e9

Browse files
marcpopMSFTgithub-actions
authored andcommitted
add trailing ;
1 parent f34a6b4 commit 8fd78e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/Telemetry/DevDeviceIDGetter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static string GetDeviceId()
2525
catch
2626
{
2727
// If caching fails, return empty string to avoid sending a non-stored id
28-
deviceId = ""
28+
deviceId = "";
2929
}
3030
}
3131

0 commit comments

Comments
 (0)