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 ConstrainedScalarHandler<TRequest> : IScalarRequestHandler<TRequest
{
return Task.FromResult($"{request.Value}-Constrained");
}
}
}