Skip to content

Commit

Permalink
style(test/contrib/es): prettier suite
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Aug 4, 2024
1 parent 02771ea commit a3825b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/contrib/es/es-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ describe('ESService', () => {
class ClassWithStaticMethodsAndProperties {
static property = true;

static get getter () {
static get getter() {
return 'value';
}

static method () { }
static method() {}
}

const context = createFakeClassDecoratorContext(ClassWithStaticMethodsAndProperties);
Expand Down

0 comments on commit a3825b7

Please sign in to comment.