Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
serenaponta committed Apr 4, 2022
1 parent faf7c36 commit 7821ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void testCreateVirtualenv()

// Get packages
final Set<PipInstalledPackage> packs = vew.getInstalledPackages();
assertTrue(packs.size()>=8);
assertTrue(packs.size() >= 8);

// Get rid of the project itself
final Set<PipInstalledPackage> filtered_packs =
Expand Down

0 comments on commit 7821ba3

Please sign in to comment.