Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykWalach committed Dec 26, 2024
1 parent 7b4239a commit 01456b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/graphql_artifact_generation/src/iso_overload_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export function iso<T>(

s.push_str(&format!(
"
export function iso<T>(
param: T & MatchesWhitespaceAndString<'{}', T>
): typeof entrypoint_{};\n",
export function iso<T>(
param: T & MatchesWhitespaceAndString<'{}', T>
): typeof entrypoint_{};\n",
formatted_field,
validated_client_field.type_and_field.underscore_separated(),
));
Expand Down

0 comments on commit 01456b3

Please sign in to comment.