Skip to content

Commit

Permalink
style: format code with ClangFormat, dotnet-format, Go fmt, Gofumpt, …
Browse files Browse the repository at this point in the history
…isort, PHP CS Fixer, RuboCop, Ruff Formatter, Rustfmt, StandardRB and swift-format

This commit fixes the style issues introduced in e1c08ac according to the output
from ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, PHP CS Fixer, RuboCop,
Ruff Formatter, Rustfmt, StandardRB and swift-format.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Nov 17, 2024
1 parent e1c08ac commit 7326fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dotnet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private static string GetCompeFromUser()
Console.Write("Buscar COMPE (3 dígitos): ");
compe = Console.ReadLine();
} while (!IsValidCompe(compe));

return compe;
}

Expand Down

0 comments on commit 7326fa6

Please sign in to comment.