Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed May 6, 2024
1 parent be38ad8 commit 8a7ce59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extension FileManager {
}

class func externalFileAttributesForEntry(of type: Entry.EntryType, permissions: UInt16) -> UInt32 {
var typeInt =
let typeInt =
switch type {
case .file:
UInt16(S_IFREG)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Private/Model/Keyframes/KeyframeGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extension KeyframeGroup: DictionaryInitializable where T: AnyInitializable {
{
keyframes = [Keyframe<T>(value)]
} else {
var frameDictionaries: [[String: Any]] =
let frameDictionaries: [[String: Any]] =
if
let singleFrameDictionary =
dictionary[KeyframeWrapperKey.keyframeData.rawValue] as? [String: Any]
Expand Down

0 comments on commit 8a7ce59

Please sign in to comment.