From d5caf26c04aacbdd488eb83f9605b74f90b4be81 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 14 Dec 2021 16:24:58 -0700 Subject: [PATCH] Remove an unnecessary semicolon. --- include/deal.II/base/mpi_consensus_algorithms.templates.h | 1 - 1 file changed, 1 deletion(-) 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()); - ; } -- 2.39.5