Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed May 3, 2022
1 parent e586780 commit 0f31aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/tart/OCI/WWWAuthenticate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class WWWAuthenticate {
var kvs: Dictionary<String, String> = Dictionary()

init(rawHeaderValue: String) throws {
// Split
let splits = rawHeaderValue.split(separator: " ", maxSplits: 2)

if splits.count >= 1 {
Expand Down

0 comments on commit 0f31aba

Please sign in to comment.