You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/05/20 01:04:29 UTC

[6/6] incubator-mynewt-newt git commit: newtmgr; go formatting

newtmgr; go formatting


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/cab3a2d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/cab3a2d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/cab3a2d4

Branch: refs/heads/develop
Commit: cab3a2d4a43bd616e944d9a927ea0e7b50af3060
Parents: dc7f93f
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu May 19 18:03:35 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu May 19 18:03:35 2016 -0700

----------------------------------------------------------------------
 newtmgr/cli/echo.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/cab3a2d4/newtmgr/cli/echo.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/echo.go b/newtmgr/cli/echo.go
index d1ad619..bdcafcc 100644
--- a/newtmgr/cli/echo.go
+++ b/newtmgr/cli/echo.go
@@ -56,7 +56,7 @@ func echoRunCmd(cmd *cobra.Command, args []string) {
 	}
 
 	if len(args) != 1 {
-		nmUsage(cmd, nil);
+		nmUsage(cmd, nil)
 	}
 	echo.Message = args[0]