Skip to content

Commit

Permalink
Fixed PR issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Mar 12, 2024
1 parent 29a0c76 commit 2cd2022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/CodeEditApp/CodeEditSourceEditor",
"state" : {
"revision" : "a72e6c9b5f38b00ea0b03da5e706e3c4d05c706e",
"version" : "0.7.1"
"revision" : "7360f00bf7ec8e93b4833357bd254bef7e5c943d",
"version" : "0.7.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion CodeEdit/Features/Editor/Models/EditorLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ enum EditorLayout: Equatable {
}

/// Gets flattened splitviews.
mutating func getFlattened(parent: SplitViewData) -> [Editor] {
func getFlattened(parent: SplitViewData) -> [Editor] {
switch self {
case .one(let editor):
return [editor]
Expand Down

0 comments on commit 2cd2022

Please sign in to comment.