Fix code formatting nit in DisplayNameProvider.

This commit is contained in:
Brent Simmons 2017-11-19 11:41:27 -08:00
parent eff6acba94
commit 200ff61f6a
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ import Foundation
public protocol DisplayNameProvider {
var nameForDisplay: String {get}
var nameForDisplay: String { get }
}