pgAdmin 4 commit: Fixed code smells in runtime code reported by SonarQu - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smells in runtime code reported by SonarQu
Date
Msg-id E1k0lfu-0001Vj-76@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed code smells in runtime code reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=099fea15ae0b847ec9802bdb36df4473af3f1e46

Modified Files
--------------
runtime/Logger.cpp      | 2 +-
runtime/Logger.h        | 2 +-
runtime/MenuActions.cpp | 4 ++--
runtime/MenuActions.h   | 6 +++---
runtime/Runtime.cpp     | 6 +++---
runtime/Runtime.h       | 4 ++--
runtime/Server.h        | 2 +-
7 files changed, 13 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.