Fix bork merge
This commit is contained in:
parent
6ad3624f84
commit
f79099a418
1 changed files with 1 additions and 1 deletions
|
@ -744,6 +744,7 @@ impl Document {
|
|||
is_welcome: false,
|
||||
file_blame: None,
|
||||
is_blame_potentially_out_of_date: false,
|
||||
previous_diagnostic_id: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -752,7 +753,6 @@ impl Document {
|
|||
self.is_blame_potentially_out_of_date
|
||||
} else {
|
||||
true
|
||||
previous_diagnostic_id: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue