Skip to content

Commit

Permalink
style: auto format code
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Feb 9, 2024
1 parent 71a4506 commit 06c48a1
Show file tree
Hide file tree
Showing 188 changed files with 4,075 additions and 4,326 deletions.
2 changes: 1 addition & 1 deletion e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.config = {
spec: {
displayStacktrace: StacktraceOption.PRETTY,
},
})
}),
);
},
};
2 changes: 1 addition & 1 deletion e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('workspace-project App', () => {
expect(logs).not.toContain(
jasmine.objectContaining({
level: logging.Level.SEVERE,
} as logging.Entry)
} as logging.Entry),
);
});
});
Loading

0 comments on commit 06c48a1

Please sign in to comment.