[#1431] node: Fix comment format

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-10-14 18:05:55 +03:00
parent a23f268c09
commit c9afdbe089
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD
19 changed files with 30 additions and 30 deletions

View file

@ -24,7 +24,7 @@ var (
errSocketIsNotInitialized = errors.New("socket is not initialized")
)
// Initializes socket with provided name of
// InitSocket initializes socket with provided name of
// environment variable.
func InitSocket() error {
notifySocket := os.Getenv("NOTIFY_SOCKET")