From: Wolfgang Bangerth Date: Tue, 14 Dec 2021 23:24:58 +0000 (-0700) Subject: Remove an unnecessary semicolon. X-Git-Tag: v9.4.0-rc1~739^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13075%2Fhead;p=dealii.git Remove an unnecessary semicolon. --- diff --git a/include/deal.II/base/mpi_consensus_algorithms.templates.h b/include/deal.II/base/mpi_consensus_algorithms.templates.h index 0885619176..2a541c29f3 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.templates.h +++ b/include/deal.II/base/mpi_consensus_algorithms.templates.h @@ -127,7 +127,6 @@ namespace Utilities return std::vector(requesting_processes.begin(), requesting_processes.end()); - ; }