Run lint & format

This commit is contained in:
Andras Schmelczer 2026-03-10 20:53:14 +00:00
parent be6e861ee7
commit 665cdb2881
3 changed files with 143 additions and 5 deletions

View file

@ -85,8 +85,11 @@ fn main() {
// reconcile-text understands both edits relative to the common ancestor
// and keeps both.
try_merge(
"We used the existing parsing approach for processing. The output was saved to the database.",
"We used the existing parsing approach for processing. Always validate the schema! The output was saved to the database.",
"We adopted a brand new analysis pipeline for execution. The results were written to cloud storage.",
"We used the existing parsing approach for processing. The output was saved to the \
database.",
"We used the existing parsing approach for processing. Always validate the schema! The \
output was saved to the database.",
"We adopted a brand new analysis pipeline for execution. The results were written to \
cloud storage.",
);
}