Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 13, 2023
1 parent 35789ed commit 354d564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/commandrunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void CommandRunner::requestClusters()
void CommandRunner::requestServiceList(QString pName)
{
m_command = "service";
QStringList args = {"-p", pName, "service", "list" };
QStringList args = { "-p", pName, "service", "list" };
executeMinikubeCommand(args);
}

Expand Down
1 change: 0 additions & 1 deletion src/serviceview.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/


#ifndef SERVICEVIEW_H
#define SERVICEVIEW_H

Expand Down

0 comments on commit 354d564

Please sign in to comment.