Merge pull request #5 from rodneyosodo/format

style: format files correctly using the default formatter
This commit is contained in:
b1ackd0t
2025-06-11 18:20:23 +03:00
committed by GitHub
4 changed files with 4 additions and 6 deletions
+1
View File
@@ -1,2 +1,3 @@
# sqwerk
Your Complete SQL Platform, From Design to Delivery
+1 -1
View File
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
+1 -4
View File
@@ -3,8 +3,5 @@
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
]
"permissions": ["core:default", "opener:default"]
}
+1 -1
View File
@@ -5,5 +5,5 @@ import App from "./app";
reactDom.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<App />
</React.StrictMode>,
</React.StrictMode>
);