remove extraneous comma in shader entry point generation (#2136)

This commit is contained in:
Andrew 2023-02-15 05:43:02 -08:00 committed by GitHub
parent a2d3d80ce1
commit 58fe067033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ pub(super) fn write_entry_point(
input_interface: #input_interface,
output_interface: #output_interface,
},
),
)
}
}