8000 corrected indentation · catppuccin/solvespace@f5a38c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5a38c6

Browse files
committed
corrected indentation
1 parent d566c69 commit f5a38c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apply.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
def main():
99
with urllib.request.urlopen('https://raw.githubusercontent.com/catppuccin/palette/main/palette.json') as f:
10-
data = f.read().decode('utf-8')
11-
colors = json.loads(data)
10+
data = f.read().decode('utf-8')
11+
colors = json.loads(data)
1212

1313
colormap = {
1414
"BackgroundColor": "base",

0 commit comments

Comments
 (0)
0