Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing semicolon #1185

Closed
wants to merge 1 commit into from
Closed

Remove trailing semicolon #1185

wants to merge 1 commit into from

Conversation

remyleone
Copy link
Contributor

@remyleone remyleone commented Mar 16, 2018

Remove the trailing semicolon

Description

Trailing semicolons are not needed

Status

  • done, ready for review

Checklist (tick everything that applies)

  • Code linting (required, can be done after the PR checks)
  • Documentation
  • Tests
  • ICLA (required for bigger changes)

@codecov-io
Copy link

Codecov Report

Merging #1185 into trunk will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            trunk    #1185   +/-   ##
=======================================
  Coverage   86.19%   86.19%           
=======================================
  Files         348      348           
  Lines       67263    67263           
  Branches     5958     5958           
=======================================
  Hits        57979    57979           
  Misses       6851     6851           
  Partials     2433     2433
Impacted Files Coverage Δ
libcloud/compute/drivers/hostvirtual.py 81.39% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0310ba9...57c3fa2. Read the comment docs.

@asfgit asfgit closed this in 6a8933f Mar 16, 2018
@pquentin
Copy link
Contributor

Thanks! Merged in trunk. ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants