Skip to content

Commit a5e1fcf

Browse files
committed
Removed stray space
1 parent 6a76d54 commit a5e1fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vsg/state/DescriptorSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void DescriptorSet::compile(Context& context)
7373
{
7474
if (!setLayout)
7575
{
76-
throw Exception{"Error: invalid DescriptorSet as no setLayout assigned. ", VK_INCOMPLETE};
76+
throw Exception{"Error: invalid DescriptorSet as no setLayout assigned.", VK_INCOMPLETE};
7777
}
7878

7979
if (setLayout->bindings.size() != descriptors.size())

0 commit comments

Comments
 (0)