We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20148b2 commit 533b86dCopy full SHA for 533b86d
impeller/compiler/compiler.cc
@@ -458,7 +458,7 @@ std::unique_ptr<fml::Mapping> Compiler::CreateDepfileContents(
458
const auto dependencies = GetDependencyNames(" ");
459
460
std::stringstream stream;
461
- stream << targets << ":\n\t" << dependencies << "\n";
+ stream << targets << ": " << dependencies << "\n";
462
463
auto contents = std::make_shared<std::string>(stream.str());
464
return std::make_unique<fml::NonOwnedMapping>(
0 commit comments