mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Fix missing autoformatting
At some point Doom Emacs broke on-save formatting with lsp-mode in certain circumstances, and I made these changes with wgrep so apparently they were never formatted.
This commit is contained in:
@@ -23,5 +23,6 @@ YaPlugInterfaceSupport::ConstructArgs::ConstructArgs(
|
||||
: supported(Steinberg::FUnknownPtr<Steinberg::Vst::IPlugInterfaceSupport>(
|
||||
object)) {}
|
||||
|
||||
YaPlugInterfaceSupport::YaPlugInterfaceSupport(const ConstructArgs&& args) noexcept
|
||||
YaPlugInterfaceSupport::YaPlugInterfaceSupport(
|
||||
const ConstructArgs&& args) noexcept
|
||||
: arguments(std::move(args)) {}
|
||||
|
||||
Reference in New Issue
Block a user