Skip to content

Commit

Permalink
Merge branch 'feature/insert'
Browse files Browse the repository at this point in the history
  • Loading branch information
velyan committed Oct 25, 2016
2 parents 4c71684 + 1eae6d1 commit 8231b73
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarkExtension/MarkParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MarkParser {
if let protocolNames = protocols?.components(separatedBy: ",") {
for name in protocolNames {
let protocolName = name.alphabeticalString()
linesToInsert.append("\n //MARK: \(protocolName)\n")
linesToInsert.append("\n //MARK: - \(protocolName)\n")
}
}
return linesToInsert
Expand Down
Binary file added Resources/mark_all_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/mark_selected_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8231b73

Please sign in to comment.