diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-15 07:29:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-15 07:29:27 +0800 |
commit | 33afb10b0da43d55b1d6e1fe6b1b97c6ff8d8f75 (patch) | |
tree | aa38804559f4e25fbc5bed48383ab408e5484f64 /cmd/ethtest/main.go | |
parent | 56aa24002de357c24a9644a49d5702c8d4663909 (diff) | |
download | go-tangerine-33afb10b0da43d55b1d6e1fe6b1b97c6ff8d8f75.tar.gz go-tangerine-33afb10b0da43d55b1d6e1fe6b1b97c6ff8d8f75.tar.zst go-tangerine-33afb10b0da43d55b1d6e1fe6b1b97c6ff8d8f75.zip |
clean up
Diffstat (limited to 'cmd/ethtest/main.go')
-rw-r--r-- | cmd/ethtest/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go index 224924498..82e1c6d59 100644 --- a/cmd/ethtest/main.go +++ b/cmd/ethtest/main.go @@ -15,7 +15,7 @@ along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. */ /** - * @authors + * @authors: * Jeffrey Wilcke <i@jev.io> * @date 2014 * |