Skip to content

Commit

Permalink
Remove unneded character (#43075)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #43075

There is a `\` in the new_architecture.rb file that should not be there.

## Changelog:
[Internal] - remove unnecessary character

Reviewed By: cortinico

Differential Revision: D53886548

fbshipit-source-id: a614368bed9f467b80c3384e4adc4be2cbcaba2d
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Feb 19, 2024
1 parent cb307b9 commit 55c5cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

require_relative "./utils.rb"
require_relative "./helpers.rb"
\

class NewArchitectureHelper
@@cplusplus_version = "c++20"

Expand Down

0 comments on commit 55c5cd6

Please sign in to comment.