Skip to content

Commit 3c4062b

Browse files
committed
Code style
1 parent 84a5fcb commit 3c4062b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from "fs/promises";
2-
import {inspect} from 'node:util'
2+
import { inspect } from "node:util";
33
import * as core from "@actions/core";
44
import * as configuration from "./configuration.ts";
55
import * as logger from "./logger.ts";

0 commit comments

Comments
 (0)