Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syncleus
apex-aprs
Commits
1e1bd763
Commit
1e1bd763
authored
Oct 01, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
Fixed a typo in an if statement.
parent
60964014
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/kiss/kiss_serial.rb
View file @
1e1bd763
...
...
@@ -71,7 +71,7 @@ module Kiss
write_interface
(
MODE_END
)
end
if
@serial
==
nil
or
@serial
&
.
closed?
if
@serial
==
nil
or
@serial
.
closed?
raise
'Attempting to close before the class has been started.'
else
@serial
.
close
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment