diff --git a/netlify.toml b/netlify.toml
index c16029702..5fe8c894b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,4 +6,5 @@
# “publish” is the directory to publish (relative to the root of your repo).
[build]
- publish = "dist"
\ No newline at end of file
+ publish = "dist"
+
\ No newline at end of file
diff --git a/src/components/avatar.hbs b/src/components/avatar.hbs
index afa2c5175..c67bc9007 100644
--- a/src/components/avatar.hbs
+++ b/src/components/avatar.hbs
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
diff --git a/src/components/button.hbs b/src/components/button.hbs
index a3c939bbb..197abd00a 100644
--- a/src/components/button.hbs
+++ b/src/components/button.hbs
@@ -12,4 +12,4 @@
>
{{caption}}
-{{/if}}
\ No newline at end of file
+{{/if}}
diff --git a/src/components/change-avatar.hbs b/src/components/change-avatar.hbs
index f6be88e9f..560f30018 100644
--- a/src/components/change-avatar.hbs
+++ b/src/components/change-avatar.hbs
@@ -1,3 +1,3 @@
{{label}}
-
\ No newline at end of file
+
diff --git a/src/components/chat-item.hbs b/src/components/chat-item.hbs
index ab575dc45..4914bf0c8 100644
--- a/src/components/chat-item.hbs
+++ b/src/components/chat-item.hbs
@@ -19,4 +19,4 @@
{{/if}}
-
\ No newline at end of file
+
diff --git a/src/components/error-message.hbs b/src/components/error-message.hbs
index f86969f89..d0387708b 100644
--- a/src/components/error-message.hbs
+++ b/src/components/error-message.hbs
@@ -6,4 +6,4 @@
{{#if errorLinkTitle}}{{errorLinkTitle}}{{else}}Ссылка{{/if}}
{{/if}}
-
\ No newline at end of file
+
diff --git a/src/components/form-group.hbs b/src/components/form-group.hbs
index 693f9e188..581d1e5d4 100644
--- a/src/components/form-group.hbs
+++ b/src/components/form-group.hbs
@@ -24,4 +24,4 @@
{{prompt}}
{{/if}}
-
\ No newline at end of file
+
diff --git a/src/components/search-chats.hbs b/src/components/search-chats.hbs
index c5910fbe4..1becd695d 100644
--- a/src/components/search-chats.hbs
+++ b/src/components/search-chats.hbs
@@ -8,4 +8,4 @@
Поиск
-
\ No newline at end of file
+
diff --git a/src/index.html b/src/index.html
index ddb6f0b18..6bfb5c96e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -30,4 +30,4 @@