Skip to content

Commit

Permalink
Merge pull request #88 from Acee11/master
Browse files Browse the repository at this point in the history
Fixing whitespace issue
  • Loading branch information
stephenyeargin authored Jan 24, 2019
2 parents ddbfb8c + b09cec5 commit 199d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grafana.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = (robot) ->
pname = false

# Check if we have any extra fields
if remainder
if remainder && remainder.trim() != ''
# The order we apply non-variables in
timeFields = ['from', 'to']

Expand Down

0 comments on commit 199d170

Please sign in to comment.