Fix style problem

This commit is contained in:
david-swift 2024-02-27 06:22:17 +01:00
parent 8f29298684
commit c825ccebb9

View File

@ -17,7 +17,7 @@ struct GenerationConfiguration {
/// The include directory. /// The include directory.
static let adwIncludeDir = "$(pkg-config --variable=includedir libadwaita-1)" static let adwIncludeDir = "$(pkg-config --variable=includedir libadwaita-1)"
/// The directory containing the GIR files. /// The directory containing the GIR files.
static let gtkGirFilePath = "\(gtkIncludeDir)/../share/gir-1.0/" static let gtkGirFilePath = "\(gtkIncludeDir)/../share/gir-1.0/"