Skip to content

Commit

Permalink
fix(comment): kill outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronArinder committed Jan 14, 2025
1 parent fe91d12 commit 23535b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/command/dev/next/router/hot_reload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ impl HotReloadConfig {
content: String,
overrides: Option<HotReloadConfigOverrides>,
) -> Result<Self, HotReloadError> {
// Early return if we don't have to process any overrides
match overrides {
Some(overrides) => {
let config = serde_yaml::from_str::<Value>(&content)
Expand Down

0 comments on commit 23535b1

Please sign in to comment.