Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Jan 2, 2025
1 parent 2fa7f9c commit c60e4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ describe('ExpressInstrumentation', () => {
const app = express();
app.use(express.json());
app.use((req, res, next) => {
for (let i = 0; i < 1000000; i++) { }
for (let i = 0; i < 1000000; i++) {}
return next();
});
const router = express.Router();
Expand Down

0 comments on commit c60e4f7

Please sign in to comment.