From f23efff2a0a164457fbb222c810472f0201dee1d Mon Sep 17 00:00:00 2001 From: Sven Trieflinger Date: Mon, 14 Feb 2022 14:07:26 +0100 Subject: [PATCH] Run pre-commit on changed files (#38) Signed-off-by: Sven Trieflinger --- NOTICE.md | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 9d291e3..940760b 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -15,4 +15,4 @@ file in the Carbyne Stack ### Non-Affiliated -- Greven David \ No newline at end of file +- Greven David diff --git a/README.md b/README.md index 9476e16..78975b8 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ This library provides a set of shared types and testing utilities for all Carbyne Stack services, clients, and other components. The content is split into -two distinct dependencies. **Common-types** for public API signatures, as well as -other shared code and **common-testing** for utilities which are needed to implement -tests in Carbyne Stack in a desirable manner with JUnit argument sources and AssertJ -custom assertions. +two distinct dependencies. **Common-types** for public API signatures, as well +as other shared code and **common-testing** for utilities which are needed to +implement tests in Carbyne Stack in a desirable manner with JUnit argument +sources and AssertJ custom assertions. ## License -Carbyne Stack *Common* is open-sourced under the Apache License 2.0. -See the [LICENSE](LICENSE) file for details. +Carbyne Stack *Common* is open-sourced under the Apache License 2.0. See the +[LICENSE](LICENSE) file for details. ### 3rd Party Licenses