Skip to content

Commit

Permalink
generate.js formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Nov 21, 2024
1 parent 57c603b commit aaca454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/generate-classes/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ function generate(options, schema, writers) {
using ValueType = ${namespace}::${name};
${thisConfig.extensionName
? `static constexpr const char* ExtensionName = "${thisConfig.extensionName}";`
: ""
}
? `static constexpr const char* ExtensionName = "${thisConfig.extensionName}";`
: ""
}
static void write(
const ${namespace}::${name}& obj,
Expand Down

0 comments on commit aaca454

Please sign in to comment.