Skip to main content

normalize_generated

Function normalize_generated 

Source
pub fn normalize_generated(content: &str) -> String
Expand description

Normalize whitespace in generated code:

  • Collapse 3+ consecutive newlines into 2 (max one blank line)
  • Ensure trailing newline