Skip to content

Commit 0d458c2

Browse files
committed
Remove trailing whitespace
1 parent 580b5f5 commit 0d458c2

13 files changed

Lines changed: 12 additions & 259 deletions

uuid_tool/MapIdsFromImg.java

Lines changed: 0 additions & 247 deletions
This file was deleted.

uuid_tool/components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"lib": "@/lib",
1818
"hooks": "@/hooks"
1919
}
20-
}
20+
}

uuid_tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"typescript-eslint": "^8.38.0",
3434
"vite": "^5.4.19"
3535
}
36-
}
36+
}

uuid_tool/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export default {
33
tailwindcss: {},
44
autoprefixer: {},
55
},
6-
};
6+
};

uuid_tool/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import Index from "./pages/Index";
22

33
const App = () => <Index />;
44

5-
export default App;
5+
export default App;

uuid_tool/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { createRoot } from "react-dom/client";
22
import App from "./App.tsx";
33
import "./index.css";
44

5-
createRoot(document.getElementById("root")!).render(<App />);
5+
createRoot(document.getElementById("root")!).render(<App />);

uuid_tool/src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ export default function Index() {
219219
</div>
220220
</div>
221221
);
222-
}
222+
}

uuid_tool/src/vite-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/// <reference types="vite/client" />
1+
/// <reference types="vite/client" />

uuid_tool/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export default {
1515
},
1616
},
1717
plugins: [],
18-
} satisfies Config;
18+
} satisfies Config;

uuid_tool/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
}
2828
},
2929
"include": ["src"]
30-
}
30+
}

0 commit comments

Comments
 (0)