From 9103cb55dc2094015a18c033984be2f44ef1ac77 Mon Sep 17 00:00:00 2001 From: Maximilian Kaul Date: Tue, 28 Jan 2025 12:56:51 +0100 Subject: [PATCH] spotless --- .../main/kotlin/de/fraunhofer/aisec/cpg/graph/NodeBuilder.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/NodeBuilder.kt b/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/NodeBuilder.kt index c13efe1c3a..6045897639 100644 --- a/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/NodeBuilder.kt +++ b/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/NodeBuilder.kt @@ -159,8 +159,8 @@ fun Node.applyMetadata( } /** - * Generates a [Name] object from the given [name]. If [doNotPrependNamespace] is set, only the supplied name is - * used, otherwise the [namespace] is prepended to the name. + * Generates a [Name] object from the given [name]. If [doNotPrependNamespace] is set, only the + * supplied name is used, otherwise the [namespace] is prepended to the name. */ fun LanguageProvider.newName( name: CharSequence,