aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Torosyan <dtoro@fb.com>2021-12-16 11:15:49 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-12-16 11:17:25 -0800
commitbcbdecd3493c490b9bccb7a7dc47a20dc8c50ad2 (patch)
treee2c38142a8dc72ab629c0b8da5e0f264a145982c /README.md
parent6a44527b04082d672443b22d2c70ac77b5d954e0 (diff)
downloadktfmt-bcbdecd3493c490b9bccb7a7dc47a20dc8c50ad2.tar.gz
Consolidate Formatter.kt into one class
Summary: Some more refactoring, this time to group all the functions in this file under one class to make it easier to keep track of the static helpers. Reviewed By: strulovich Differential Revision: D33144683 fbshipit-source-id: bab1ed768851bf311ff3f77b0e01d0fdacd95a4f
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20c75cf..71b7c8b 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ However, we do offer an escape-hatch for projects that absolutely cannot make th
### Development
-* Currently, we mainly develop by adding tests to `FormatterKtTest.kt`.
+* Currently, we mainly develop by adding tests to `FormatterTest.kt`.
### Building on the Command Line