From c635afc7a43454eed325a3b1d58bd22374408f54 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Thu, 26 Oct 2023 09:26:47 -0400
Subject: [PATCH] Reflow comments in infer_struct
---
.../TypeKindInference/infer_struct001e.fs | 8 ++++----
.../TypeKindInference/infer_struct002e.fs | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs
index 543043de83f..fb1aba00921 100644
--- a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs
+++ b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs
@@ -4,11 +4,11 @@
//kind.*does not match
//kind.*does not match
-//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by its attributes does not match the kind impl
-//ied by its definition.
+//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by
+//its attributes does not match the kind implied by its definition.
//
-//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by its attributes does not match the kind imp
-//lied by its definition.
+//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by
+//its attributes does not match the kind implied by its definition.
module TypeInference
diff --git a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs
index 49e662bfb16..10fc350f9f4 100644
--- a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs
+++ b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs
@@ -5,8 +5,8 @@
//multiple kinds
-//infer_struct002e.fs(13,6): error FS0191: The kind of the type specified by its attributes does not match the kind implie
-//d by its definition.
+//infer_struct002e.fs(13,6): error FS0191: The kind of the type specified by
+//its attributes does not match the kind implied by its definition.
//
//infer_struct002e.fs(20,6): error FS0191: The attributes of this type specify multiple kinds for the type.