terminal_display: Add newline at end of ansi.h

Bug: b/282227316
Change-Id: I05c0e669ff0edeadc0ac3b990a1e138d1a41de83
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/149010
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Reviewed-by: Ian McKellar <ianloic@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
diff --git a/applications/terminal_display/ansi.h b/applications/terminal_display/ansi.h
index 4e1d060..9e18c8c 100644
--- a/applications/terminal_display/ansi.h
+++ b/applications/terminal_display/ansi.h
@@ -182,4 +182,4 @@
     }
     buffered_chars_.clear();
   }
-};
\ No newline at end of file
+};