Skip to content

Commit

Permalink
style: format code with Autopep8, Black, ClangFormat, dotnet-format, …
Browse files Browse the repository at this point in the history
…Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf

This commit fixes the style issues introduced in 5e8ec8b according to the output
from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java
Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt,
Scalafmt, StandardJS, StandardRB, swift-format and Yapf.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jul 14, 2024
1 parent de0763e commit 22fe893
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

class HighPerformanceVirtualAugmentedReality {
public:
HighPerformanceVirtualAugmentedReality() {
// Implement high-performance virtual augmented reality using GPU acceleration here
}
HighPerformanceVirtualAugmentedReality() {
// Implement high-performance virtual augmented reality using GPU
// acceleration here
}
};

0 comments on commit 22fe893

Please sign in to comment.