[mlir:toy][NFC] Remove unnecessary trailing return type
authorJakub Kuderski <kubak@google.com>
Mon, 16 May 2022 17:43:35 +0000 (13:43 -0400)
committerJakub Kuderski <kubak@google.com>
Mon, 16 May 2022 17:46:00 +0000 (13:46 -0400)
commitffc3a0db003fa9e26b25e55011d83e3fbb5a7ac2
tree5f9557a9de4a64a60f68983fafa3c276a013b611
parent0b69b8384d9b92898ec29f78a2364bec2277e516
[mlir:toy][NFC] Remove unnecessary trailing return type

In this instance, the trailing return type does not improve readability
as it repeats what is returned in the same line.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D125697
mlir/examples/toy/Ch1/include/toy/AST.h
mlir/examples/toy/Ch2/include/toy/AST.h
mlir/examples/toy/Ch3/include/toy/AST.h
mlir/examples/toy/Ch4/include/toy/AST.h
mlir/examples/toy/Ch5/include/toy/AST.h
mlir/examples/toy/Ch6/include/toy/AST.h
mlir/examples/toy/Ch7/include/toy/AST.h