Skip to content

Commit

Permalink
Fix failure resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kantacky committed Feb 22, 2024
1 parent b9f3339 commit 25022fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "ios-training",
"kind" : "remoteSourceControl",
"location" : "https://github.com/yumemi-inc/ios-training.git",
"state" : {
"branch" : "main",
"revision" : "1b3f2bf61fd0dd1b92f4d0254db49784963a82aa"
}
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion YumemiTraining/ForecastView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct ForecastView<ViewModel: ForecastViewModel>: View {
spacing: .zero
)

TemeratureView(
TemperatureView(
maxTemperature: viewModel.weather?.maxTemperature,
minTemperature: viewModel.weather?.minTemperature
)
Expand Down

0 comments on commit 25022fd

Please sign in to comment.