From c02e39d9b62b6c43a407a7e9716f9cd602faae40 Mon Sep 17 00:00:00 2001 From: bwJuniper Date: Wed, 19 Jul 2023 20:32:11 +0200 Subject: [PATCH] Fix issue #140 --- apstra/constants.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apstra/constants.go b/apstra/constants.go index 34821531..25488ced 100644 --- a/apstra/constants.go +++ b/apstra/constants.go @@ -14,8 +14,7 @@ const ( errProviderBug = "Provider Bug. Please report this issue to the provider maintainers." errInvalidConfig = "invalid configuration" errTemplateTypeInvalidElement = "template '%s' has type '%s' which never permits '%s' to be set" - - errDataSourceReadFail = "Data Source Read() failure'" - errResourceReadFail = "Resource Read() failure'" - errInsufficientConfigElements = "Available configuration elements did provide a solution. Please report this issue to the provider maintainers" + errDataSourceReadFail = "Data Source Read() failure'" + errResourceReadFail = "Resource Read() failure'" + errInsufficientConfigElements = "Available configuration elements did provide a solution. Please report this issue to the provider maintainers" )