aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H')
-rw-r--r--Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H
index f3eb671d9..477a00a0f 100644
--- a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H
+++ b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H
@@ -40,7 +40,7 @@ public:
void WriteParticles(const std::string& filename,
const amrex::Vector<ParticleDiag>& particle_diags) const;
- ~FlushFormatPlotfile() {};
+ ~FlushFormatPlotfile() {}
};
#endif // WARPX_FLUSHFORMATPLOTFILE_H_