Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored and github-actions[bot] committed Jun 26, 2024
1 parent a925e03 commit 27419ce
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ struct VariablesImplementationFactory {
var name: String?
var name: String!
*/
if binding.typeAnnotation?.type.is(OptionalTypeSyntax.self) == true ||
binding.typeAnnotation?.type.is(ImplicitlyUnwrappedOptionalTypeSyntax.self) == true {
if binding.typeAnnotation?.type.is(OptionalTypeSyntax.self) == true
|| binding.typeAnnotation?.type.is(ImplicitlyUnwrappedOptionalTypeSyntax.self) == true
{
accessorRemovalVisitor.visit(protocolVariableDeclaration)
/*
/*
var name: String
*/
} else {
Expand Down

0 comments on commit 27419ce

Please sign in to comment.