Skip to content

Commit

Permalink
Fix formatting and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Dec 23, 2017
1 parent ff02b8c commit 467d94b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ public class TemptoProductTestRunner

public static void main(String[] args)
{
TemptoRunnerCommandLineParser parser = TemptoRunnerCommandLineParser
.builder("presto product tests")
TemptoRunnerCommandLineParser parser = TemptoRunnerCommandLineParser.builder("Presto product tests")
.setTestsPackage("com.facebook.presto.tests.*", false)
.setExcludedGroups("quarantine", true)
.build();
Expand Down

0 comments on commit 467d94b

Please sign in to comment.