Skip to content

Commit c60e4f7

Browse files
committed
Fix formatting.
1 parent 2fa7f9c commit c60e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-express/test/express.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ describe('ExpressInstrumentation', () => {
391391
const app = express();
392392
app.use(express.json());
393393
app.use((req, res, next) => {
394-
for (let i = 0; i < 1000000; i++) { }
394+
for (let i = 0; i < 1000000; i++) {}
395395
return next();
396396
});
397397
const router = express.Router();

0 commit comments

Comments
 (0)