Skip to content

Commit

Permalink
Fix another formatting error, missing space after context.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 8, 2023
1 parent 50855d9 commit 24c139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sus/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def leaf?
end

def print(output)
output.write("context", :context, self.description)
output.write("context ", :context, self.description, :reset)
end

def full_name
Expand Down

0 comments on commit 24c139e

Please sign in to comment.