Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2025
1 parent 39a32e4 commit 3bce9ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/qgsserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ void QgsServer::handleRequest( QgsServerRequest &request, QgsServerResponse &res
response.sendError( 500, QStringLiteral( "Internal Server Error" ) );
QgsMessageLog::logMessage( ex.what(), QStringLiteral( "Server" ), Qgis::MessageLevel::Critical );
}

}
catch ( QgsServerException &ex ) // thrown by "Remote socket has been closed!"
{
Expand Down

0 comments on commit 3bce9ea

Please sign in to comment.