From 643cc3c335efc8f04bfd71da12faa0edb38cd530 Mon Sep 17 00:00:00 2001
From: Vfrolov <vlad-20-11-94@yandex.ru>
Date: Fri, 16 Sep 2022 17:15:31 +0300
Subject: [PATCH] SAVE smoke tests should not have fixed line numbers

### What's done:
* replace line numbers with placeholder
Closes #1527
---
 .../resources/test/smoke/src/main/kotlin/Example1Expected.kt     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diktat-rules/src/test/resources/test/smoke/src/main/kotlin/Example1Expected.kt b/diktat-rules/src/test/resources/test/smoke/src/main/kotlin/Example1Expected.kt
index 69c8418c06..8b0ac7c401 100644
--- a/diktat-rules/src/test/resources/test/smoke/src/main/kotlin/Example1Expected.kt
+++ b/diktat-rules/src/test/resources/test/smoke/src/main/kotlin/Example1Expected.kt
@@ -52,4 +52,3 @@ class Example {
                     bar(x, y)
             )
 }
-