Skip to content

Commit

Permalink
fix(codegen): formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Sep 26, 2024
1 parent be9a2e2 commit e10038b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public Map<String, Consumer<TypeScriptWriter>> getRuntimeConfigWriters(
writer.addDependency(TypeScriptDependency.NODE_CONFIG_PROVIDER);
writer.addImport("loadConfig", "loadNodeConfig", TypeScriptDependency.NODE_CONFIG_PROVIDER);
writer.addDependency(AwsDependency.AWS_SDK_UTIL_USER_AGENT_NODE);
writer.addImport("NODE_APP_ID_CONFIG_OPTIONS", "NODE_APP_ID_CONFIG_OPTIONS", AwsDependency.AWS_SDK_UTIL_USER_AGENT_NODE);
writer.addImport("NODE_APP_ID_CONFIG_OPTIONS", "NODE_APP_ID_CONFIG_OPTIONS",
AwsDependency.AWS_SDK_UTIL_USER_AGENT_NODE);
writer.write("loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS)");
});
break;
Expand All @@ -60,4 +61,4 @@ public Map<String, Consumer<TypeScriptWriter>> getRuntimeConfigWriters(

return runtimeConfigs;
}
}
}

0 comments on commit e10038b

Please sign in to comment.