Skip to content

Commit

Permalink
[Analyzers][MouseWithoutBorders] Apply fix for SA1616
Browse files Browse the repository at this point in the history
  • Loading branch information
snickler committed Sep 12, 2024
1 parent 2dc40c4 commit c3110d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/MouseWithoutBorders/App/Class/NativeMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ private static string GetDNSDomain()
/// <summary>
/// Use this method to figure out if your code is running on a Microsoft computer.
/// </summary>
/// <returns></returns>
/// <returns>True if running on a Microsoft computer, otherwise false.</returns>
internal static bool IsRunningAtMicrosoft()
{
string domain = GetDNSDomain();
Expand Down

0 comments on commit c3110d6

Please sign in to comment.