Commit 2025-05-13 23:15 21258ca7

View on Github →

fix: add a space to the pretty printer for deprecated_module (#24864) This was discovered while developing #24861. Without this change,

deprecated_module "hello" (since := "YYYY-MM-DD")

gets pretty-printed as

deprecated_module "hello"(since := "YYYY-MM-DD")

Note the missing space between "hello" and (since...)!

Estimated changes