Skip to content

Commit 0d3c1bb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 796f7ae commit 0d3c1bb

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

generateInterfaceSchema.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ class CustomNWBConverter(NWBConverter):
6060
"""
6161

6262
with open(sourceDataStoryPath, "w") as outfile:
63-
outfile.write(
64-
f"""import {{ globalState, PageTemplate }} from "./storyStates";
63+
outfile.write(f"""import {{ globalState, PageTemplate }} from "./storyStates";
6564
{importCode}
6665
6766
export default {{
@@ -82,5 +81,4 @@ class CustomNWBConverter(NWBConverter):
8281
All.args = {{ activePage, globalState: globalStateCopy }};
8382
8483
{storyCode}
85-
"""
86-
)
84+
""")

src/electron/frontend/assets/css/nativize.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ a {
3838
/* New window (target) + external links */
3939
a[target],
4040
a[href^="https://"],
41-
a[href^="http://"]
42-
{
41+
a[href^="http://"] {
4342
border-bottom: 1px solid;
4443
}
4544
/* For YouTube Video links */
46-
a[href^="https://www.youtube.com"]
47-
{
45+
a[href^="https://www.youtube.com"] {
4846
border-bottom: 0px solid;
4947
}
5048

0 commit comments

Comments
 (0)