Skip to content

Commit 03c7e34

Browse files
committed
style: improve code style
1 parent 13d221e commit 03c7e34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/client.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ export default class Client {
123123
this.buildUrl(`${path}.json`, {
124124
withBasePath: false,
125125
withLocale: false,
126-
}
127-
));
126+
})
127+
);
128128
}
129129

130130
/**
@@ -138,8 +138,8 @@ export default class Client {
138138
return this.request(
139139
this.buildUrl(`/navigations/${key}`, {
140140
params,
141-
}
142-
));
141+
})
142+
);
143143
}
144144

145145
/**
@@ -169,7 +169,7 @@ export default class Client {
169169
params: {
170170
q: query,
171171
},
172-
}
173-
));
172+
})
173+
);
174174
}
175175
}

0 commit comments

Comments
 (0)