From a96c3d44ea48c2ceeecd2fb92599657810f4b192 Mon Sep 17 00:00:00 2001 From: stroblme Date: Mon, 24 Aug 2026 21:33:18 +0200 Subject: [PATCH] Newline at the end of the two files the hook keeps catching Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2321378..a679644 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Then, head over to [fluksio.com](https://fluksio.com), sign up and add a new ins Using the code provided, run ```sh -fluksio enroll +fluksio enroll ``` and you're ready to rock. diff --git a/development.md b/development.md index 5a1b045..eace29d 100644 --- a/development.md +++ b/development.md @@ -1,6 +1,6 @@ # Development -How to run, test and lint the `app` stack. +How to run, test and lint the `app` stack. ## Running it