From 38860ad9ada388e1addcd60f9c53a17ae67eb6d9 Mon Sep 17 00:00:00 2001
From: GermanG <german.gutierrez@gmail.com>
Date: Thu, 9 May 2024 13:38:09 +0200
Subject: [PATCH] running prettier

---
 docs/docs/behaviors/soft-off.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/behaviors/soft-off.md b/docs/docs/behaviors/soft-off.md
index e6d36737..6069b5f8 100644
--- a/docs/docs/behaviors/soft-off.md
+++ b/docs/docs/behaviors/soft-off.md
@@ -49,7 +49,7 @@ If you want to disable this functionality, you can create a behavior, for exampl
     behaviors {
         soff: soft_off {
             compatible = "zmk,behavior-soft-off";
-            #binding-cells = <0>;s           
+            #binding-cells = <0>;s
             hold-time-ms = <5000>; // Only turn off if the key is held for 5 seconds or longer.
         };
     };