Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Remove semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Apr 2, 2012
1 parent 8865c3b commit ed9ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/torpedo/compute/servers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_020_create_image
fail('Timeout creating image snapshot.')
end

sleep SLEEP_AFTER_IMAGE_CREATE;
sleep SLEEP_AFTER_IMAGE_CREATE

# Overwrite image_ref to make all subsequent tests use this snapshot
@@image_ref = image.id.to_s
Expand Down

0 comments on commit ed9ed76

Please sign in to comment.