Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Dec 16, 2024
1 parent 60a774a commit 070f1bf
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,13 @@ private Map<String, Consumer<TypeScriptWriter>> getDefaultConfig(
writer.addImport("NODE_REGION_CONFIG_FILE_OPTIONS", "NODE_REGION_CONFIG_FILE_OPTIONS",
TypeScriptDependency.CONFIG_RESOLVER);
writer.write(
"loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, {...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig})");
"""
loadNodeConfig(
NODE_REGION_CONFIG_OPTIONS,
{...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig}
)
"""
);
});
default:
return Collections.emptyMap();
Expand Down

0 comments on commit 070f1bf

Please sign in to comment.