tint: remove duplicated ending newline in ctor_conv_intrinsic.cc
This patch remove the duplicated ending newline in ctor_conv_intrinsic to make cl presubmit upload check happy. Change-Id: Iec9f415416407696ad210243d011e53dcf28b554 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94662 Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
245e91d42e
commit
18b966321b
|
@ -67,4 +67,3 @@ const char* str(CtorConvIntrinsic i) {
|
|||
}
|
||||
|
||||
} // namespace tint::resolver
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@ const char* str(CtorConvIntrinsic i) {
|
|||
}
|
||||
|
||||
} // namespace tint::resolver
|
||||
|
||||
|
|
Loading…
Reference in New Issue