Style: simplify remaining headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
fc6bee0b8c
commit
dd1e800348
|
@ -19,8 +19,6 @@ class WgQuickConfigFileParser {
|
||||||
case invalidPeer
|
case invalidPeer
|
||||||
}
|
}
|
||||||
|
|
||||||
// Based on the parser written by Eric Kuck <eric@bluelinelabs.com> in commit 5ef1656
|
|
||||||
|
|
||||||
static func parse(_ text: String, name: String) throws -> TunnelConfiguration {
|
static func parse(_ text: String, name: String) throws -> TunnelConfiguration {
|
||||||
|
|
||||||
assert(!name.isEmpty)
|
assert(!name.isEmpty)
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// QRScanViewController.swift
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Eric Kuck on 8/20/18.
|
|
||||||
// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import AVFoundation
|
import AVFoundation
|
||||||
import CoreData
|
import CoreData
|
||||||
|
|
Loading…
Reference in New Issue