Skip to content

Commit 31b0a12

Browse files
committed
style: improve formatting
1 parent b92aeba commit 31b0a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/BpmnPropertiesPanelContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
const BpmnPropertiesPanelContext = createContext({
66
selectedElement: null,
77
injector: null,
8-
getService() { return null;}
8+
getService() { return null; }
99
});
1010

1111
export default BpmnPropertiesPanelContext;

0 commit comments

Comments
 (0)