Remove trailing spaces in default YAML files (#47328)
caught by `prettier`
This commit is contained in:
		@@ -43,7 +43,7 @@ concretizer:
 | 
			
		||||
    # "full" (experimental): allows separation of the entire build-tool stack (e.g. the entire "cmake" subDAG)
 | 
			
		||||
    strategy: minimal
 | 
			
		||||
  # Option to specify compatibility between operating systems for reuse of compilers and packages
 | 
			
		||||
  # Specified as a key: [list] where the key is the os that is being targeted, and the list contains the OS's 
 | 
			
		||||
  # it can reuse. Note this is a directional compatibility so mutual compatibility between two OS's 
 | 
			
		||||
  # Specified as a key: [list] where the key is the os that is being targeted, and the list contains the OS's
 | 
			
		||||
  # it can reuse. Note this is a directional compatibility so mutual compatibility between two OS's
 | 
			
		||||
  # requires two entries i.e. os_compatible: {sonoma: [monterey], monterey: [sonoma]}
 | 
			
		||||
  os_compatible: {}
 | 
			
		||||
 
 | 
			
		||||
@@ -40,9 +40,9 @@ packages:
 | 
			
		||||
      jpeg: [libjpeg-turbo, libjpeg]
 | 
			
		||||
      lapack: [openblas, amdlibflame]
 | 
			
		||||
      libc: [glibc, musl]
 | 
			
		||||
      libgfortran: [ gcc-runtime ]
 | 
			
		||||
      libgfortran: [gcc-runtime]
 | 
			
		||||
      libglx: [mesa+glx]
 | 
			
		||||
      libifcore: [ intel-oneapi-runtime ]
 | 
			
		||||
      libifcore: [intel-oneapi-runtime]
 | 
			
		||||
      libllvm: [llvm]
 | 
			
		||||
      lua-lang: [lua, lua-luajit-openresty, lua-luajit]
 | 
			
		||||
      luajit: [lua-luajit-openresty, lua-luajit]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user