Skip to content

Commit a3f8fdd

Browse files
vzorglubConfectrician
authored andcommitted
Added space before timer Lambda (openhab#745)
Signed-off by Vincent Regaud <vzorglub@gmail.com>
1 parent 5079461 commit a3f8fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ One can configure whether specific log entries are logged out and where they get
7474
For example:
7575

7676
```javascript
77-
var Timer myTimer = createTimer(now.plusMinutes(5), [|
77+
var Timer myTimer = createTimer(now.plusMinutes(5), [ |
7878
logInfo("rules", "Timer activated")
7979
])
8080
```

0 commit comments

Comments
 (0)