mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Remove unnecessary comment
This commit is contained in:
parent
5b7fc1e256
commit
282c7abd4e
@ -191,7 +191,6 @@ data GenerateEff a where
|
||||
GenerateSummaries' :: Arguments -> GenerateEff ExpectedResult
|
||||
GenerateJSON' :: Arguments -> GenerateEff ExpectedResult
|
||||
|
||||
-- args :: FilePath -> String -> String -> [String] -> R.Format -> Arguments
|
||||
generateSummaries' :: FilePath -> String -> String -> FilePath -> Eff '[GenerateEff] ExpectedResult
|
||||
generateSummaries' repoPath beforeSha afterSha repoFilePath = send $ GenerateSummaries' (args repoPath beforeSha afterSha [repoFilePath] R.Summary)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user