Skip to content

Commit

Permalink
Indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev authored Mar 10, 2019
1 parent 033d0c9 commit f7795c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ local function js_listener(self, message_id, message)
end

function init(self)
if jstodef then
jstodef.add_listener(js_listener)
end
if jstodef then
jstodef.add_listener(js_listener)
end
end
```

Expand All @@ -77,9 +77,9 @@ Where `listener` is the function that was previously added as a listener with `j

```lua
function final(self)
if jstodef then
jstodef.remove_listener(js_listener)
end
if jstodef then
jstodef.remove_listener(js_listener)
end
end
```

Expand Down

0 comments on commit f7795c4

Please sign in to comment.