From af12afd7d3e7d46199d33575269141035fbcc71e Mon Sep 17 00:00:00 2001 From: sinclairpaul Date: Wed, 20 Jan 2021 21:46:10 +0000 Subject: [PATCH] Prettified Code! --- chrony/DOCS.md | 10 +++++----- chrony/config.json | 5 +---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/chrony/DOCS.md b/chrony/DOCS.md index 3f5533d..dfd60e8 100644 --- a/chrony/DOCS.md +++ b/chrony/DOCS.md @@ -40,7 +40,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -81,12 +81,12 @@ functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support diff --git a/chrony/config.json b/chrony/config.json index 5371c6b..6a02a78 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -21,10 +21,7 @@ "set_system_clock": true, "mode": "pool", "ntp_pool": "pool.ntp.org", - "ntp_server": [ - "54.39.13.155", - "briareus.schulte.org" - ] + "ntp_server": ["54.39.13.155", "briareus.schulte.org"] }, "schema": { "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",