Skip to content

Commit

Permalink
Change Coder to be an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius committed Jul 21, 2022
1 parent b88a2e9 commit bfd05d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/TerminalAPIKit/Coding/Coder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
import Foundation

/// Performs encoding and decoding for Terminal API data classes.
public final class Coder {

private init() {}
public enum Coder {

// MARK: - Encoding

Expand Down

0 comments on commit bfd05d1

Please sign in to comment.