You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/11 13:41:22 UTC

[plc4x] branch develop updated: chore(plc4go): fixed indent of SPI warning [skip ci]

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d831a8592 chore(plc4go): fixed indent of SPI warning [skip ci]
d831a8592 is described below

commit d831a8592b30e0f2581809b0fd7e86aaf06de514
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Aug 11 15:40:57 2022 +0200

    chore(plc4go): fixed indent of SPI warning [skip ci]
---
 plc4go/spi/doc.go | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/plc4go/spi/doc.go b/plc4go/spi/doc.go
index 5966d913c..9f8401785 100644
--- a/plc4go/spi/doc.go
+++ b/plc4go/spi/doc.go
@@ -19,23 +19,23 @@
 
 // Package spi is meant for internal plc4x driver development.
 // !!!Attention this is an SPI (Service Provider Interfaces). These SPIs can change at any time. Only use them if you really know what you are doing!!!
-//  _______________________________________
-//< You read this text and understood it? >
-// ---------------------------------------
-//                       \                    ^    /^
-//                        \                  / \  // \
-//                         \   |\___/|      /   \//  .\
-//                          \  /O  O  \__  /    //  | \ \           *----*
-//                            /     /  \/_/    //   |  \  \          \   |
-//                            @___@`    \/_   //    |   \   \         \/\ \
-//                           0/0/|       \/_ //     |    \    \         \  \
-//                       0/0/0/0/|        \///      |     \     \       |  |
-//                    0/0/0/0/0/_|_ /   (  //       |      \     _\     |  /
-//                 0/0/0/0/0/0/`/,_ _ _/  ) ; -.    |    _ _\.-~       /   /
-//                             ,-}        _      *-.|.-~-.           .~    ~
-//            \     \__/        `/\      /                 ~-. _ .-~      /
-//             \____(oo)           *.   }            {                   /
-//             (    (--)          .----~-.\        \-`                 .~
-//             //__\\  \__ Ack!   ///.----..<        \             _ -~
-//            //    \\               ///-._ _ _ _ _ _ _{^ - - - - ~
+//    _______________________________________
+//  < You read this text and understood it? >
+//   ---------------------------------------
+//                         \                    ^    /^
+//                          \                  / \  // \
+//                           \   |\___/|      /   \//  .\
+//                            \  /O  O  \__  /    //  | \ \           *----*
+//                              /     /  \/_/    //   |  \  \          \   |
+//                              @___@`    \/_   //    |   \   \         \/\ \
+//                             0/0/|       \/_ //     |    \    \         \  \
+//                         0/0/0/0/|        \///      |     \     \       |  |
+//                      0/0/0/0/0/_|_ /   (  //       |      \     _\     |  /
+//                   0/0/0/0/0/0/`/,_ _ _/  ) ; -.    |    _ _\.-~       /   /
+//                               ,-}        _      *-.|.-~-.           .~    ~
+//              \     \__/        `/\      /                 ~-. _ .-~      /
+//               \____(oo)           *.   }            {                   /
+//               (    (--)          .----~-.\        \-`                 .~
+//               //__\\  \__ Ack!   ///.----..<        \             _ -~
+//              //    \\               ///-._ _ _ _ _ _ _{^ - - - - ~
 package spi