Skip to content

Commit

Permalink
shhhh lint
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed Feb 25, 2020
1 parent 8e881bf commit 94c764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SourceDocsLib/Commands/Generate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public struct GenerateCommand: CommandProtocol {

public func run(_ options: GenerateCommandOptions) -> Result<(), SourceDocsError> {
defer {
// Reset the markdown index in case multiple libs are having things generated
// Reset the markdown index in case multiple libs are being generated
MarkdownIndex.shared.reset()
}
do {
Expand Down

0 comments on commit 94c764a

Please sign in to comment.