Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrelling committed May 18, 2024
1 parent 0d84247 commit fd86dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
//
// File.swift
//
//
// Created by Brian Drelling on 5/18/24.
//
// Copyright © 2024 Brian Drelling. All rights reserved.

import Foundation
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ public enum PlatformSafeTitleDisplayMode {

@available(tvOS, unavailable)
case large

#if !os(macOS)
var rawValue: NavigationBarItem.TitleDisplayMode {
switch self {
case .automatic: .automatic
case .inline: .inline

#if !os(tvOS)
case .large: .large
#endif
Expand Down

0 comments on commit fd86dbf

Please sign in to comment.