Skip to content

Commit c3d350a

Browse files
committed
chore: adjust code for updated code style
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 25f8049 commit c3d350a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/ProxyBus.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ export class ProxyBus<E extends GenericEvents = NextcloudEvents>
2121
console.warn('Proxying an event bus with an unknown or invalid version')
2222
} else if (major(bus.getVersion()) !== major(this.getVersion())) {
2323
console.warn(
24-
'Proxying an event bus of version ' +
25-
bus.getVersion() +
26-
' with ' +
27-
this.getVersion(),
24+
'Proxying an event bus of version '
25+
+ bus.getVersion()
26+
+ ' with '
27+
+ this.getVersion(),
2828
)
2929
}
3030

0 commit comments

Comments
 (0)