Skip to content

Commit aa95e97

Browse files
committed
MNT: drop redundant quotes in error macro
1 parent 14ab3df commit aa95e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/srreal_converters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <diffpy/version.hpp>
3636

3737
#if DIFFPY_VERSION < 1004000000
38-
#error "diffpy.srreal requires libdiffpy 1.4.0 or later."
38+
#error diffpy.srreal requires libdiffpy 1.4.0 or later.
3939
#endif
4040

4141
/// Conversion function that supports implicit conversions in

0 commit comments

Comments
 (0)