Skip to content

Commit b4fabf2

Browse files
committed
refactor: simplify expressions
1 parent 2c13bda commit b4fabf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service-provider.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class ServiceProvider extends ServiceProviderMixin(
7272
endpoint.y = ey;
7373

7474
for (const connection of endpoint.connections()) {
75-
cx = cx + 4;
75+
cx += 4;
7676
connection.rx = cx;
7777
}
7878

0 commit comments

Comments
 (0)