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 (#589)

* style: format code with ClangFormat, dotnet-format, Go fmt, Gofumpt, 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

* CSharpier format

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] and gstraccini[bot] authored Nov 17, 2024
1 parent c5e3fe7 commit 15ceb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.29.1",
"version": "0.29.2",
"commands": [
"dotnet-csharpier"
],
Expand Down
3 changes: 1 addition & 2 deletions examples/dotnet/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

namespace ConsoleApp
{
using System;
Expand Down Expand Up @@ -48,7 +47,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 15ceb57

Please sign in to comment.