Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed May 28, 2024
1 parent 5e50e4a commit 4511c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Papyrus/Sources/Multipart/MultipartDecoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct MultipartDecoder: HTTPBodyDecoder {
self
}

public func decode<D>(_ type: D.Type, from: Data) throws -> D where D : Decodable {
public func decode<D>(_ type: D.Type, from: Data) throws -> D where D: Decodable {
fatalError("multipart decoding isn't supported, yet")
}
}

0 comments on commit 4511c02

Please sign in to comment.