chore: update insert_final_newline setting

This commit is contained in:
Louis Seubert 2026-05-16 12:36:35 +02:00
commit 2572bd3695
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
151 changed files with 151 additions and 151 deletions

View file

@ -10,4 +10,4 @@ public class StreamTestWrapperHandler<T> : IStreamRequestHandler<StreamTestWrapp
yield return $"Handled-{request.Item}-0";
yield return $"Handled-{request.Item}-1";
}
}
}