Skip to content

Commit d16dab6

Browse files
🚨 auto fix by pre-commit hooks
1 parent ea079b3 commit d16dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/Home/Feature.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function HomeFeatures(): React.ReactNode {
109109
`plugin_name = "cli_plugin.plugin:install"`,
110110
"[project.entry-points.nb_scripts]",
111111
`foo = "awesome_bot.module:function"`,
112-
" "
112+
" ",
113113
].join("\n")}
114114
</CodeBlock>
115115
<CodeBlock title="" language="python" className="home-codeblock">

0 commit comments

Comments
 (0)