Skip to content

Commit

Permalink
chore: update formatting to match prettier v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jul 10, 2023
1 parent b05cb34 commit bc993be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/socket-io/view.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Socket.IO chat</title>
Expand Down
5 changes: 2 additions & 3 deletions packages/node-loader/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ interface NodeLoadResult {

function timestamp(id: string): string {
const ts =
__vite_dev_server__?.moduleGraph.getModuleById(
id,
)?.lastInvalidationTimestamp;
__vite_dev_server__?.moduleGraph.getModuleById(id)
?.lastInvalidationTimestamp;

if (ts) {
return `?t=${ts}`;
Expand Down

0 comments on commit bc993be

Please sign in to comment.